type go.pact.im/x/clock/fakeclock.event

5 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L140: 	t := &event{
		fakeclock.go#L248: type event struct {
		fakeclock.go#L254: func (t *event) Stop() bool {
		fakeclock.go#L259: func (t *event) Reset(d time.Duration) bool {
		fakeclock.go#L264: func (t *event) next(now time.Time) (time.Duration, bool) {